We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19d63f commit f14b851Copy full SHA for f14b851
1 file changed
docker-compose.yml
@@ -6,9 +6,9 @@ services:
6
container_name: fixit-blog
7
restart: always
8
ports:
9
- - "8080:80"
+ - "8081:80"
10
environment:
11
- - BASE_URL=http://localhost:8080
+ - BASE_URL=http://localhost:8081
12
volumes:
13
- ./my-content:/data/content
14
- ./my-config.toml:/config/config.toml
0 commit comments