Skip to content

Commit 59af76e

Browse files
committed
FEAT: persistence now requires pro plan
1 parent bf248f5 commit 59af76e

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ WORKDIR /opt/code/localstack/
1010

1111
# HEALTHCHECK --interval=10s --start-period=15s --retries=5 --timeout=5s CMD .venv/bin/localstack status services --format=json
1212

13-
VOLUME /var/lib/localstack
13+
# VOLUME /var/lib/localstack
1414

1515
ENTRYPOINT ["docker-entrypoint.sh"]

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
### Launch Container
44

55
```
6-
docker volume create LocalStack_DATA
76
docker run -d \
87
--name LocalStack \
98
-p 4566:4566 \
109
--restart=unless-stopped \
1110
-v /var/run/docker.sock:/var/run/docker.sock \
12-
-v LocalStack_DATA:/var/lib/localstack \
13-
-e PERSISTENCE=1 \
1411
sukibijo9852/localstack:latest
1512
```
1613

0 commit comments

Comments
 (0)