shortener: tty & init
Some checks are pending
/ run ansible (push) Waiting to run

This commit is contained in:
Gabriel Augendre 2024-12-04 08:59:40 +01:00
parent e26892971b
commit c39e15a7d9

View file

@ -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"