Skip to content

Commit

Permalink
Move compose to version directories
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala committed Mar 5, 2024
1 parent 67ed480 commit b6bc9a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml → 2.24/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ version: '3'
services:
geoserver:
build:
context: ./2.24
context: .
args:
GEOSERVER_PLUGINS: "css pyramid"
image: meteofi/geoserver:custom
image: meteofi/geoserver:2.24
ports:
- "8080:8080"
- "8433:8433"
restart: unless-stopped
volumes:
- geoserver-storage:/data/geoserver
Expand Down

0 comments on commit b6bc9a2

Please sign in to comment.