First Commit

This commit is contained in:
Meynin
2024-06-11 11:55:53 +07:00
parent c1cae68044
commit 84adea6bbf
3 changed files with 62 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ version: '3.8'
services:
app:
build: .
container_name: gomed
container_name: eletter
restart: always
volumes:
- ./src:/app
@@ -20,7 +20,7 @@ services:
# environment:
# - "APP_PORT=8080"
ports:
- "8081:80"
- "8061:80"
# networks:
# - bridge2
# networks: