We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9708952 commit c5fdca8Copy full SHA for c5fdca8
1 file changed
compose.yaml
@@ -49,7 +49,9 @@ services:
49
- ./public/fonts:/var/linuxfr/fonts:Z
50
- data-uploads:/var/linuxfr/uploads
51
ports:
52
- - "80:80"
+ - target: 80
53
+ published: 127.0.0.1:80
54
+ protocol: tcp
55
depends_on:
56
- linuxfr.org
57
- linuxfr-board
@@ -61,7 +63,9 @@ services:
61
63
env_file:
62
64
- deployment/default.env
65
- - "3306:3306"
66
+ - target: 3306
67
+ published: 127.0.0.1:3306
68
69
volumes:
70
- data-database:/var/lib/mysql
71
0 commit comments