mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-04-03 23:56:22 +02:00
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…
Add table
Reference in a new issue