Skip to content

Commit 3b6684a

Browse files
committed
cd: do not publish port to host machine, only expose it
1 parent f77970c commit 3b6684a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ version: '3'
22
services:
33
web:
44
image: 'ghcr.io/errorerrorerror/erikbautista.dev:${COOLIFY_BRANCH:-latest}'
5-
ports:
6-
- '8080:8080'
5+
expose:
6+
- 8080

0 commit comments

Comments
 (0)