mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-22 05:52:00 +01:00
This commit is contained in:
parent
e26892971b
commit
c39e15a7d9
1 changed files with 2 additions and 0 deletions
|
@ -6,5 +6,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./shortener_data:/db
|
- ./shortener_data:/db
|
||||||
mem_limit: 300m
|
mem_limit: 300m
|
||||||
|
tty: true
|
||||||
|
init: true
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8011:8000"
|
- "127.0.0.1:8011:8000"
|
||||||
|
|
Loading…
Reference in a new issue