Skip to content

Commit f14b851

Browse files
authored
Update docker-compose.yml
1 parent f19d63f commit f14b851

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ services:
66
container_name: fixit-blog
77
restart: always
88
ports:
9-
- "8080:80"
9+
- "8081:80"
1010
environment:
11-
- BASE_URL=http://localhost:8080
11+
- BASE_URL=http://localhost:8081
1212
volumes:
1313
- ./my-content:/data/content
1414
- ./my-config.toml:/config/config.toml

0 commit comments

Comments
 (0)