We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c44469 + bb6ed2d commit 3b6b32eCopy full SHA for 3b6b32e
docker-compose.yml
@@ -1,11 +1,11 @@
1
version: "3.3"
2
services:
3
FileFighterFrontend:
4
- image: filefighter/frontend:latest
+ image: filefighter/frontend:stable
5
networks:
6
- FileFighterNetwork
7
FileFighterREST:
8
- image: filefighter/rest:latest
+ image: filefighter/rest:stable
9
environment:
10
DB_USERNAME: root
11
DB_PASSWORD: GUZFDEGFIDGSZGFZGZDGSZ
@@ -36,4 +36,4 @@ services:
36
ports:
37
- "80:80"
38
39
- FileFighterNetwork:
+ FileFighterNetwork:
0 commit comments