Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
added image attribute
  • Loading branch information
saadshams committed Aug 27, 2024
1 parent 55e0e03 commit e506fe7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ services:

employeeadmin:
container_name: employeeadmin
image: employeeadmin:latest
build:
context: .
dockerfile: Dockerfile
env_file: .env
restart: on-failure
# volumes:
# - ./:/service
volumes:
- ./:/service
ports:
- "443:443"
- "80:80"
Expand Down

0 comments on commit e506fe7

Please # to comment.