Skip to content

Commit

Permalink
use image in the docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dreth committed Oct 15, 2024
1 parent 7ddfa42 commit cbfc0b3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ version: '3.8'

services:
altserver:
build:
context: .
dockerfile: Dockerfile
# Optional build configuration
# build:
# context: .
# dockerfile: Dockerfile
image: dreth/altserver-docker:latest
container_name: altserver
volumes:
- "./lib:/root/.config/Provision/lib"
Expand Down

0 comments on commit cbfc0b3

Please sign in to comment.