mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
docker: specify port in the compose file
This commit is contained in:
parent
ca9f9e82cf
commit
d539b6556c
1 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,6 @@ services:
|
||||||
- ./data/uploads:/app/public/uploads
|
- ./data/uploads:/app/public/uploads
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment: │
|
environment:
|
||||||
- PORT=1337 │
|
- PORT=1337
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue