Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jacotsu
uus
Commits
b94d2bcb
Verified
Commit
b94d2bcb
authored
Feb 11, 2019
by
Davide Depau
Browse files
Make docker compose use named volumes by default
parent
fec3b7da
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
b94d2bcb
...
...
@@ -9,9 +9,13 @@ services:
-
redis_db
ports
:
-
"
9001:8000"
redis_db
:
image
:
redis:alpine
restart
:
always
entrypoint
:
redis-server --appendonly yes
volumes
:
-
/opt/uus:/data
-
uus_redis:/data
volumes
:
uus_redis
:
{}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment