Skip to content

Commit 4956b46

Browse files
authored
Merge pull request #75 from php-school/docker-persist-state
Persist user state in Docker environment
2 parents b499bf2 + 989072f commit 4956b46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
container_name: phpschool-learnyouphp
66
image: phpschool/learn-you-php
77
volumes:
8+
- ~/.phpschool-save.json:/root/.phpschool-save.json
89
- $PHPSCHOOL_CODE_DIR/learnyouphp:/phpschool:rw
910
stdin_open: true
1011
tty: true

0 commit comments

Comments
 (0)